SignalConcurrentQueue<T> Class Methods
For a list of all members of this type, see SignalConcurrentQueue<T> members.
Public Methods
Name | Description | |
---|---|---|
![]() | Enqueue | Adds an item to the end of the queue. |
![]() | TryDequeue | Attempts to pull an item from the front of the queue. |
Protected Methods
Name | Description | |
---|---|---|
![]() | OnEnqueued | Fires all handlers registered to the Enqueued event. |
![]() | OnTriedDequeue | Fires all handlers registered to the TriedDequeue event. |
See Also